home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00013.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  160 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("click")
  3. end
  4.  
  5. on mouseUp
  6.   cursor(4)
  7.   set the movieRate of sprite 1 to 0
  8.   set the loop of cast 1 to 1
  9.   go("main")
  10.   cursor(0)
  11. end
  12.